From d352289cebade5fbef93b9138c75426461856750 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Thu, 25 Mar 1993 01:49:59 +0000 Subject: [PATCH] * make-dist: Include the VMS support files in oldXMenu in the distribution. --- make-dist | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make-dist b/make-dist index c09d7306b04..165aab2d76d 100755 --- a/make-dist +++ b/make-dist @@ -199,7 +199,8 @@ echo "Making links to \`lib-src'." echo "Making links to \`oldXMenu'." (cd oldXMenu ln *.c *.h ../${tempdir}/oldXMenu - ln README Makefile Imakefile ChangeLog ../${tempdir}/oldXMenu) + ln README Makefile Imakefile ChangeLog ../${tempdir}/oldXMenu + ln compile.mms descrip.mms ../${tempdir}/oldXMenu) echo "Making links to \`etc'." ### Don't distribute = files, TAGS, DOC files, backups, autosaves, or tex litter. -- 2.30.2